Skip to content

Commit

Permalink
entrypoint: increase test timeout needed for rbd
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
phlogistonjohn committed Feb 3, 2025
1 parent d9a70ad commit db6ae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ test_pkg() {

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

0 comments on commit db6ae02

Please sign in to comment.