Skip to content

Commit

Permalink
Increase unit test timeout in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Nov 2, 2019
1 parent 135c853 commit 78e476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/shippable/units.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group="${args[2]}"
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
else
timeout=11
timeout=15
fi

group1=()
Expand Down

0 comments on commit 78e476e

Please sign in to comment.