Skip to content

Commit

Permalink
increase spec retry interval
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Aug 2, 2024
1 parent 6660141 commit 0a1f482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/experiment/local/client_cohort_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ module AmplitudeExperiment
cohort_sync_config = CohortSyncConfig.new(
ENV['API_KEY'],
ENV['SECRET_KEY'],
cohort_request_delay_millis: 100
cohort_request_delay_millis: 5000
)
cohort_sync_config_eu = CohortSyncConfig.new(
ENV['EU_API_KEY'],
ENV['EU_SECRET_KEY'],
cohort_request_delay_millis: 100
cohort_request_delay_millis: 5000
)
let(:config) { LocalEvaluationConfig.new(cohort_sync_config: cohort_sync_config) }
let(:config_eu) { LocalEvaluationConfig.new(cohort_sync_config: cohort_sync_config_eu, server_zone: 'eu') }
Expand Down

0 comments on commit 0a1f482

Please sign in to comment.