Skip to content

Commit e84d248

Browse files
committed
build: wait much longer for deepparse to startup
1 parent fa33946 commit e84d248

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
name: Go Build
1010
runs-on: ${{ matrix.os }}
11+
timeout-minutes: 30
1112
strategy:
1213
matrix:
1314
os: [ubuntu-latest] # TODO(adam): these don't support docker - macos-latest, windows-latest

scripts/health-containers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
timeout=300 # 5 minutes
3+
timeout=1500 # 25 minutes
44
start_time=$(date +%s)
55

66
until docker ps -q | xargs -n1 docker inspect --format '{{.State.Health.Status}}' | grep -q healthy; do

0 commit comments

Comments
 (0)