Skip to content

Commit 163bd7e

Browse files
committed
chore: increase windows sleep time
1 parent f55607f commit 163bd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
if (bash ./__tests__/smoke/run-smoke.sh "yarn add ./redocly-cli.tgz" "yarn") {
201201
break
202202
}
203-
Start-Sleep -Seconds 10
203+
Start-Sleep -Seconds 20
204204
}
205205
206206
run-smoke--npm--node-20--windows:
@@ -236,7 +236,7 @@ jobs:
236236
if (bash ./__tests__/smoke/run-smoke.sh "yarn add ./redocly-cli.tgz" "yarn") {
237237
break
238238
}
239-
Start-Sleep -Seconds 10
239+
Start-Sleep -Seconds 20
240240
}
241241
242242
run-smoke--docker-image:

0 commit comments

Comments
 (0)