Skip to content

Commit 2db5537

Browse files
committed
Issue #1: Change idle avoidance timeout to 8 seconds as some users show a 10 second timeout
Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
1 parent 9d6d80e commit 2db5537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ EOF
3232
exit 2
3333
}
3434

35-
VERSION="0.1.20220714"
35+
VERSION="0.1.20220719"
3636
DESTDIR="/tmp"
3737
VERBOSE=0
3838
SKIPSTATS=0
39-
DELAY=30
39+
DELAY=8
4040
NODOWNLOAD=0
4141
OUTPUTFILE="run_stdouterr.log"
4242
CLIENT="oc"

0 commit comments

Comments
 (0)