Skip to content

Commit c2da00d

Browse files
committed
Increate server startup wait time
1 parent ffa558a commit c2da00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
wget https://github.com/nats-io/nats-server/releases/download/v2.0.0/nats-server-v2.0.0-linux-amd64.zip
2424
unzip nats-server-v2.0.0-linux-amd64.zip
2525
nats-server-v2.0.0-linux-amd64/nats-server </dev/null &>/dev/null &
26-
- run: sleep 30
26+
- run: sleep 60
2727
- run: npm ci
2828
- run: npm test

0 commit comments

Comments
 (0)