aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-13 00:01:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-13 10:16:34 +0300
commit0875c611b83e4bf6cbcd7b9758808549d7954737 (patch)
treeb6657c6d68cb5824daa253e24ea92d090d089eb1 /test/test.sh
parentimg: update example.png (diff)
downloadlinux-status-0875c611b83e4bf6cbcd7b9758808549d7954737.tar.gz
linux-status-0875c611b83e4bf6cbcd7b9758808549d7954737.zip
test/test.sh: longer startup timeout
Maybe that's why some CI runs were failing?
Diffstat (limited to '')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index b7b6d10..db44d5f 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -30,7 +30,7 @@ run_server() {
"$script_dir/../server.py" --port 18101 &
server_pid="$!"
dump "Its PID is $server_pid"
- sleep 3
+ sleep 5
}
kill_server() {