Skip to content

Commit

Permalink
Set timeout=long on pytest tests, otherwise they sometimes time out o…
Browse files Browse the repository at this point in the history
…n Travis CI.
  • Loading branch information
poletti-marco committed Sep 9, 2018
1 parent 23e3f06 commit c2975cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def fruit_py_tests(srcs, data=[]):
name = filename[:-3],
srcs = [filename],
imports = ["."],
timeout = "long",
deps = [
"//third_party/fruit/tests:fruit_test_common",
],
Expand Down

0 comments on commit c2975cf

Please sign in to comment.