Skip to content

Commit

Permalink
[Fixed] Timing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
imsardine committed Aug 24, 2015
1 parent a03a7d3 commit 046a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WinAppDriver/Modern/StoreApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void Activate()

var process = Process.Start(info);
logger.Debug("PID of ActivateStoreApp.exe = {0}.", process.Id);
process.WaitForExit(5 * 1000);
process.WaitForExit();

if (process.ExitCode == 0)
{
Expand Down

0 comments on commit 046a12c

Please sign in to comment.