Skip to content

Commit dbc26b6

Browse files
committed
ci(github): Bump wait-on timeout
1 parent 1e24810 commit dbc26b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
rm -rf ./storage
7070
verdaccio --config ./scripts/monorepo/verdaccio.yaml --listen 4873 &
7171
VERDACCIO_PID=$!
72-
npx wait-on -t 3000 http://localhost:4873
72+
npx wait-on -t 15000 http://localhost:4873
7373
7474
# Publish packages and update private packages post publish. We have
7575
# to manually run our update script as we can't use git-tag-version in

0 commit comments

Comments
 (0)