We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25dbaf commit 98cb64eCopy full SHA for 98cb64e
http-tests/admin/packages/install-package-stylesheet.sh
@@ -21,7 +21,7 @@ curl -k -w "%{http_code}\n" -o /dev/null -f -s \
21
22
# 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
23
# TO-DO: make sure the stylesheet URL is available immediately after installation
24
-sleep 1
+sleep 2
25
26
# verify package stylesheet was installed (should return 200)
27
curl -k -f -s -o /dev/null \
0 commit comments