We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c929805 + 57ccde3 commit ad83d18Copy full SHA for ad83d18
.github/workflows/workflow-test.yml
@@ -102,7 +102,7 @@ jobs:
102
canary: true
103
104
with:
105
- timeout: 60
+ timeout: 80
106
runner: ${{ matrix.runner }}
107
target: ${{ matrix.target }}
108
binary: ${{ matrix.binary && matrix.binary || 'nerdctl' }}
hack/test-integration.sh
@@ -26,7 +26,7 @@ if [[ "$(id -u)" = "0" ]]; then
26
fi
27
28
29
-readonly timeout="60m"
+readonly timeout="30m"
30
readonly retries="2"
31
readonly needsudo="${WITH_SUDO:-}"
32
0 commit comments