Skip to content

Commit

Permalink
#319 Add waiting time before test starts for testing possible race co…
Browse files Browse the repository at this point in the history
…ndition
  • Loading branch information
dvoraka committed Oct 7, 2018
1 parent 63587ed commit f4ea8a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class CheckerISpec extends Specification implements RunnerConfigurationHelper {


def setupSpec() {
sleep(5_000)
System.setProperty('itest', 'itest')

// initialize runner configuration
Expand Down

0 comments on commit f4ea8a9

Please sign in to comment.