Skip to content

Commit 57ccde3

Browse files
committed
CI: make timeout of gotestsum shorter than GHA job
This will allow gotestsum to timeout before the timeout of GHA Signed-off-by: Akihiro Suda <[email protected]>
1 parent c929805 commit 57ccde3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
canary: true
103103

104104
with:
105-
timeout: 60
105+
timeout: 80
106106
runner: ${{ matrix.runner }}
107107
target: ${{ matrix.target }}
108108
binary: ${{ matrix.binary && matrix.binary || 'nerdctl' }}

hack/test-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ "$(id -u)" = "0" ]]; then
2626
fi
2727
fi
2828

29-
readonly timeout="60m"
29+
readonly timeout="30m"
3030
readonly retries="2"
3131
readonly needsudo="${WITH_SUDO:-}"
3232

0 commit comments

Comments
 (0)