mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-26 08:52:16 +00:00
tests: increase timeout for abuild-fetch to call curl
The CI may be under load.
This commit is contained in:
parent
645c3c07a7
commit
7e7b0a5ba3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user