Skip to content

Commit 7401d0b

Browse files
committed
debugging timeout in SamplerVerifierTest
1 parent 749b4dc commit 7401d0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ env:
4343
build-jdk: 17
4444
java-distribution: temurin
4545
retention-days: 5
46-
debug: false # put to true if need to debug a specific test
47-
debugTestName: "GeneRandomizedTest" # replace with test to debug
46+
debug: true # put to true if need to debug a specific test
47+
debugTestName: "SamplerVerifierTest" # replace with test to debug
4848

4949
# This build is quite expensive (some hours), so we run it whole only on some JVM versions and OSs.
5050
# For the moment, we need to support JVM 8 and all following LTS versions (e.g, 11 and 17).

0 commit comments

Comments
 (0)