Skip to content

Commit a01b9c2

Browse files
committed
Bump the waits further
1 parent 62f38e2 commit a01b9c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/CSF.Screenplay.Selenium.Tests/Actions/WaitTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ static readonly ITarget
2121
static readonly NamedUri testPage = new NamedUri("WaitTests.html", "the test page");
2222

2323
static int GetDelayMilliseconds(Actor actor)
24-
=> actor.GetAbility<BrowseTheWeb>().WebDriver.Unproxy() is RemoteWebDriver ? 5000 : 500;
24+
=> actor.GetAbility<BrowseTheWeb>().WebDriver.Unproxy() is RemoteWebDriver ? 5000 : 2000;
2525

2626
static int GetSufficientWaitMilliseconds(Actor actor)
27-
=> actor.GetAbility<BrowseTheWeb>().WebDriver.Unproxy() is RemoteWebDriver ? 9000 : 1000;
27+
=> actor.GetAbility<BrowseTheWeb>().WebDriver.Unproxy() is RemoteWebDriver ? 9000 : 4000;
2828

29-
static int GetInsufficientWaitMilliseconds(Actor actor) => 50;
29+
static int GetInsufficientWaitMilliseconds(Actor actor) => 500;
3030

3131
[Test, Screenplay]
3232
public async Task WaitingForSufficientTimeShouldSucceed(IStage stage)

0 commit comments

Comments
 (0)