We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e7b6e commit cb7f3d3Copy full SHA for cb7f3d3
samples/UITests.Shared/BaseTest.cs
@@ -31,6 +31,7 @@ public override IConfig GetTestConfig()
31
config.SetProperty("DeviceName", Environment.GetEnvironmentVariable("SIMNAME"));
32
config.SetProperty("udid", Environment.GetEnvironmentVariable("SIMID"));
33
config.SetProperty("PlatformVersion", "17.2");
34
+ config.SetProperty("newCommandTimeout", 0);
35
}
36
else
37
{
0 commit comments