We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa33946 commit e84d248Copy full SHA for e84d248
.github/workflows/go.yml
@@ -8,6 +8,7 @@ jobs:
8
build:
9
name: Go Build
10
runs-on: ${{ matrix.os }}
11
+ timeout-minutes: 30
12
strategy:
13
matrix:
14
os: [ubuntu-latest] # TODO(adam): these don't support docker - macos-latest, windows-latest
scripts/health-containers.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-timeout=300 # 5 minutes
+timeout=1500 # 25 minutes
4
start_time=$(date +%s)
5
6
until docker ps -q | xargs -n1 docker inspect --format '{{.State.Health.Status}}' | grep -q healthy; do
0 commit comments