Skip to content

Commit

Permalink
Apply timeout to fixture methods as well
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Aug 19, 2024
1 parent ead2ad9 commit c8446de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spock-specs/SpockTestConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runner {

timeout {
globalTimeout Duration.ofMinutes(1)
applyGlobalTimeoutToFixtures true
maxInterruptAttemptsWithThreadDumps 1
printThreadDumpsOnInterruptAttempts true
}

0 comments on commit c8446de

Please sign in to comment.