Skip to content

Commit

Permalink
Increase DefaultTimeoutMillis for flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin committed Nov 21, 2024
1 parent 6c9f8fa commit 40a4f30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package de.tum.informatics.www1.artemis.native_app.core.test.test_setup

val DefaultTimeoutMillis: Long get() = System.getenv("DEFAULT_TIMEOUT")?.toLong() ?: 10000L
val DefaultTimeoutMillis: Long get() = System.getenv("DEFAULT_TIMEOUT")?.toLong() ?: 15000L

0 comments on commit 40a4f30

Please sign in to comment.