Navigation Menu

Skip to content

Commit

Permalink
travis: use --retry=2 for fragile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 26, 2016
1 parent 77b432d commit 71d7b3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/travis/script.sh
Expand Up @@ -110,7 +110,8 @@ run_sql_test()

${mroonga_dir}/test/run-sql-test.sh \
"${test_args[@]}" \
--parallel="${n_processors}"
--parallel="${n_processors}" \
--retry=2
else
prepare_sql_test

Expand All @@ -119,7 +120,7 @@ run_sql_test()
"${test_args[@]}" \
--no-check-testcases \
--parallel="${n_processors}" \
--retry=1 \
--retry=2 \
--suite="${test_suite_names}" \
--force
fi
Expand Down

0 comments on commit 71d7b3d

Please sign in to comment.