Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1265ced

Browse files
author
Sergey Andreenko
authored
change arm maxIter to 20 (#17308)
1 parent 939469f commit 1265ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtesttilstable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ readonly EXIT_CODE_EXCEPTION=1 # Script exited because something exceptional
6262
readonly EXIT_CODE_TEST_FAILURE=2 # Script completed successfully, but one or more tests failed.
6363

6464
# Argument variables
65-
((maxIterations = 4))
65+
((maxIterations = 20))
6666

6767
# Handle arguments
6868
__UnprocessedBuildArgs=

0 commit comments

Comments
 (0)