Skip to content

Commit cb7f3d3

Browse files
committed
Update BaseTest.cs
1 parent 91e7b6e commit cb7f3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/UITests.Shared/BaseTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public override IConfig GetTestConfig()
3131
config.SetProperty("DeviceName", Environment.GetEnvironmentVariable("SIMNAME"));
3232
config.SetProperty("udid", Environment.GetEnvironmentVariable("SIMID"));
3333
config.SetProperty("PlatformVersion", "17.2");
34+
config.SetProperty("newCommandTimeout", 0);
3435
}
3536
else
3637
{

0 commit comments

Comments
 (0)