Skip to content

Commit 88060f3

Browse files
authored
Merge pull request #173 from DilumAluthge/dpa/test-suite-time
Increase the `ELAPSED_MINUTES` test limit from two hours to three hours
2 parents 1b48506 + 4f8cb75 commit 88060f3

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)