Skip to content

Commit

Permalink
Added short low data poll interval to make test pass on all networks.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Apr 8, 2024
1 parent a7608ee commit c8a9e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CCMenuUITests/TestHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class TestHelper {
"-loadPipelines", pathForResource(pipelines),
"-pauseMonitor", String(pauseMonitor),
"-PollInterval", "1",
"-PollIntervalLowData", "1",
"-ShowAppIcon", "always",
"-GitHubBaseURL", "http://localhost:8086",
"-GitHubToken", token ?? ""
Expand Down

0 comments on commit c8a9e0e

Please sign in to comment.