Skip to content

Commit e44bdfa

Browse files
committed
Increase timeout of server start
1 parent df69304 commit e44bdfa

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
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: 18
3535
- name: Run terminusdb server
36-
run: docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 3
36+
run: docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 10
3737
- name: Install, build and test
3838
run: |
3939
npm ci

0 commit comments

Comments
 (0)