Skip to content

Commit

Permalink
change arm maxIter to 20 (dotnet#17308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Andreenko authored Mar 29, 2018
1 parent 939469f commit 1265ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtesttilstable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ readonly EXIT_CODE_EXCEPTION=1 # Script exited because something exceptional
readonly EXIT_CODE_TEST_FAILURE=2 # Script completed successfully, but one or more tests failed.

# Argument variables
((maxIterations = 4))
((maxIterations = 20))

# Handle arguments
__UnprocessedBuildArgs=
Expand Down

0 comments on commit 1265ced

Please sign in to comment.