Skip to content

Commit

Permalink
fix: increase timeout for local experiments test
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Nov 8, 2024
1 parent a5c8ac9 commit de7209f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class NimbusTests: XCTestCase {
return self.minimalExperimentJSON()
}

let finishedNormally = job.joinOrTimeout(timeout: 2.0)
let finishedNormally = job.joinOrTimeout(timeout: 4.0)
XCTAssertTrue(finishedNormally)

let noExperiments = nimbus.getActiveExperiments()
Expand Down

0 comments on commit de7209f

Please sign in to comment.