Skip to content

Commit

Permalink
Increased timeout limit for QF_RDL test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenzlevi committed Jan 8, 2025
1 parent 4ac8e21 commit 4e5acd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Z3Tests {

@ParameterizedTest
@MethodSource("getQFRDLFile")
@Timeout(value = 20, unit = TimeUnit.SECONDS, threadMode = Timeout.ThreadMode.SEPARATE_THREAD)
@Timeout(value = 30, unit = TimeUnit.SECONDS, threadMode = Timeout.ThreadMode.SEPARATE_THREAD)
fun QF_RDL(file: File) = solve(file)

fun getQFRDLFile(): Stream<Arguments> = loadResource("/QF_RDL/scheduling/")
Expand Down

0 comments on commit 4e5acd4

Please sign in to comment.