Skip to content

Commit b5eadd4

Browse files
authored
Update config.yml
1 parent 1a4446f commit b5eadd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
docker:
1616
- image: cimg/python:3.11.0-node
1717
steps:
18-
- run: sleep 500
18+
- run: sleep 50
1919
downstream_2:
2020
docker:
2121
- image: cimg/python:3.11.0-node
2222
steps:
23-
- run: sleep 500
23+
- run: sleep 50
2424
workflows:
2525
version: 2
2626
build:

0 commit comments

Comments
 (0)