We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7f3d3 commit ffdbea4Copy full SHA for ffdbea4
samples/UITests.Shared/BaseTest.cs
@@ -31,7 +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);
+ config.SetProperty("newCommandTimeout", 0);
35
}
36
else
37
{
0 commit comments