Skip to content

Commit 98cb64e

Browse files
committed
Increase sleep
1 parent d25dbaf commit 98cb64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests/admin/packages/install-package-stylesheet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \
2121

2222
# the stylesheet is not available via URL right away. If we request it right away, Varnish will cache a 404 Not Found response for it
2323
# TO-DO: make sure the stylesheet URL is available immediately after installation
24-
sleep 1
24+
sleep 2
2525

2626
# verify package stylesheet was installed (should return 200)
2727
curl -k -f -s -o /dev/null \

0 commit comments

Comments
 (0)