Skip to content

Commit 609608e

Browse files
committed
Update servercheck.sh
changed server check timeout from 10s to 5s
1 parent d98d649 commit 609608e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servercheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
url='http://localhost:8081/api/greetings'
33
attempts=0
4-
timeout=10
4+
timeout=5
55
online=false
66

77
cont="y"

0 commit comments

Comments
 (0)