Update docker/test/test-script.sh

Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
sstidl 2024-12-29 17:50:48 +01:00 committed by GitHub
parent 6d31010feb
commit 13eb4494df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,10 @@
PORT=8080
apk add w3m
if ! apk add w3m; then
echo "Failed to install w3m package"
exit 1
fi
echo sleeping a little to get things setteled...
sleep 15