Skip to content

Commit

Permalink
Increased walker speed because of flakey GitHub runners
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Aug 31, 2022
1 parent 62885d0 commit 015454c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class WalkerTest : BaseTest() {
fun testWalkerSpeed() {
// Traversal of about 80.000 nodes should not exceed 1s (on GitHub). On a recently fast
// machine, such as MacBook M1, this should take about 200-300ms.
assertTimeout(Duration.of(1, ChronoUnit.SECONDS)) {
assertTimeout(Duration.of(2, ChronoUnit.SECONDS)) {
val bench = Benchmark(WalkerTest::class.java, "Speed of Walker")
val tu = TranslationUnitDeclaration()

Expand Down

0 comments on commit 015454c

Please sign in to comment.