Skip to content
Snippets Groups Projects
Commit 47b6b762 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Increase test timeout

This should prevent false-negatives on unpredictably slow veficiation
tests such as invalid/RedBlackTree.
parent ba4e4d30
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ trait LeonTestSuite extends FunSuite with Timeouts { ...@@ -102,7 +102,7 @@ trait LeonTestSuite extends FunSuite with Timeouts {
testContext = generateContext testContext = generateContext
failAfter(2.minutes) { failAfter(5.minutes) {
body body
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment