Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 0483343

Browse files
authored
[UITests] Give a bump on uitest 32898 (#12054)
1 parent 9cf2e3d commit 0483343

File tree

1 file changed

+2
-2
lines changed
  • Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared

1 file changed

+2
-2
lines changed

Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla32898.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Bugzilla32898 : TestContentPage
2424
Label _result;
2525
const string Success = "Success";
2626
const string Fail = "Fail";
27-
const int Timeout = 10000;
27+
const int Timeout = 20000;
2828

2929
protected override void Init()
3030
{
@@ -86,7 +86,7 @@ async void StartTrackPage2()
8686
[Test]
8787
public void Issu32898Test()
8888
{
89-
var timeout = Timeout + 5000; // Give this a little slop to set the result text
89+
var timeout = Timeout; // Give this a little slop to set the result text
9090
RunningApp.WaitForElement(Success, timeout: TimeSpan.FromMilliseconds(timeout));
9191
}
9292
#endif

0 commit comments

Comments
 (0)