Skip to content

Commit 2601743

Browse files
committed
put in a delay
1 parent f0fc44c commit 2601743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
- run:
7676
name: request to stop recording video
7777
command: |
78+
sleep 3 # wait a bit for the video to finish being made
7879
docker-compose -f .circleci/compose.yml exec rails curl chromevideo:9494/stop
7980
8081
- run:
@@ -162,6 +163,7 @@ jobs:
162163
- run:
163164
name: request to stop recording video
164165
command: |
166+
sleep 3 # wait a bit for the video to finish being made
165167
docker-compose -f .circleci/compose-unit.yml exec rails-unit curl chromevideo:9494/stop
166168
167169
- run:

0 commit comments

Comments
 (0)