Skip to content

Commit

Permalink
Merge pull request #929 from bugsnag/tms/maze-3.6.0
Browse files Browse the repository at this point in the history
Prepare for MazeRunner 3.6.0
  • Loading branch information
twometresteve authored Dec 8, 2020
2 parents 56ddda7 + 2811baa commit 83a923d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Set this explicitly
$api_key = "12312312312312312312312312312312"

AfterConfiguration do |_config|
MazeRunner.config.receive_no_requests_wait = 15 if MazeRunner.config.respond_to? :receive_no_requests_wait=
end

0 comments on commit 83a923d

Please sign in to comment.