Skip to content

Commit 4f8cb75

Browse files
authored
Increase the ELAPSED_MINUTES test limit from two hours to four hours
1 parent 1b48506 commit 4f8cb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ const RUN_SLOW_TESTS = LoopVectorization.REGISTER_COUNT ≤ 16 || !parse(Bool, g
7979
end
8080

8181
const ELAPSED_MINUTES = (time() - START_TIME)/60
82-
@test ELAPSED_MINUTES < 120
82+
@test ELAPSED_MINUTES < 180

0 commit comments

Comments
 (0)