Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
make timeout 18mins
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Aug 10, 2017
1 parent 69a96e4 commit c3b629d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preptest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function prepare_test()
if get(PKGOPTS, pkg_name, :NORMAL) == :XVFB
print(fp, "xvfb-run ")
end
print(fp, "$TIMEOUTPATH -s 9 1200s ")
print(fp, "$TIMEOUTPATH -s 9 1080s ")
print(fp, "julia -e 'versioninfo(true); Pkg.test(\"", pkg_name, "\")'")
print(fp, " 2>&1 | tee PKGEVAL_", pkg_name, "_test.log")
close(fp)
Expand Down

0 comments on commit c3b629d

Please sign in to comment.