Skip to content

Commit 84919dd

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
entrypoint: increase test timeout needed for rbd
Increase the test timeout from 10m (Go default) to 15m. Adding the three new tests for load 2 and the new generic LUKS type (mainly the longer entryption load2 test) push us over the 10m mark by just about 1 minute :-\ Signed-off-by: John Mulligan <[email protected]>
1 parent 0d6b580 commit 84919dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ test_pkg() {
264264

265265
ulimit -c unlimited
266266
testbin="./${pkg}/${pkg##*/}.test"
267-
show go test -v "${testargs[@]}" -o "${testbin}" "./${pkg}"
267+
show go test -timeout 15m -v "${testargs[@]}" -o "${testbin}" "./${pkg}"
268268
ret=$(($?+ret))
269269
if ls "${pkg}"/core.* >/dev/null 2>&1; then
270270
echo "Found coredump"

0 commit comments

Comments
 (0)