summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2024-04-17 08:40:47 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2024-04-17 08:40:47 +0200
commit7e7b0a5ba3eefab68316f57c80518d9125b543a1 (patch)
tree893a128e5f3ad824cd8b7b1c002f72efd2d1636d
parent645c3c07a7d6ae501822f381fd65baf944530389 (diff)
tests: increase timeout for abuild-fetch to call curl
The CI may be under load.
-rwxr-xr-xtests/abuild_fetch_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/abuild_fetch_test b/tests/abuild_fetch_test
index 58f7fc8..2c395f2 100755
--- a/tests/abuild_fetch_test
+++ b/tests/abuild_fetch_test
@@ -141,7 +141,7 @@ abuild_fetch_locking_body() {
pid1=\$!
# give enough time for abuild-fetch to call curl
- sleep 0.2
+ sleep 0.5
# the first stamp should not exist, second instance should block the retry
if [ -e stamp3 ]; then