From 19bf47781ff187ad8d72e4409d694459bd4f94d3 Mon Sep 17 00:00:00 2001 From: Emma Turner Date: Mon, 16 Oct 2023 11:42:31 +0100 Subject: [PATCH] tests: fix flaky pk tests --- tests/integration/test_runtime.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_runtime.sh b/tests/integration/test_runtime.sh index 86f2c06a0..48809d2ed 100644 --- a/tests/integration/test_runtime.sh +++ b/tests/integration/test_runtime.sh @@ -65,6 +65,7 @@ attempts() { (( nb -= 1 )) || : sleep 0.05 done + echo "ATTEMPS_EXHAUSTED: $@" return 1 }