Skip to content

Commit

Permalink
GtRemoteRunnerExamples>>multipleJobs try increasing the job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
akgrant43 committed May 21, 2024
1 parent dcb832e commit 062bd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RemoteRunner/GtRemoteRunnerExamples.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ GtRemoteRunnerExamples >> multipleJobs [
[ taskFailedCount := taskFailedCount + 1 ].
job ].
jobs do: [ :aJob | remoteRunner submitJob: aJob ].
2 timesRepeat: [ self waitOn: jobSemaphore for: 10 description: 'Job didn''t complete in time' ].
2 timesRepeat: [ self waitOn: jobSemaphore for: 30 description: 'Job didn''t complete in time' ].

self assert: remoteRunner currentlyExecutingJobs size equals: 0.
self assert: remoteRunner currentlyExecutingTasks size equals: 0.
Expand Down

0 comments on commit 062bd08

Please sign in to comment.