projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068dcae
)
Increase default test Expect timeout to 20 seconds
author
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Wed, 25 Apr 2018 19:49:23 +0000
(22:49 +0300)
committer
Igor Kulaychuk
<i.kulaychuk@samsung.com>
Wed, 25 Apr 2018 19:49:23 +0000
(22:49 +0300)
tests/runner/Runner.cs
patch
|
blob
|
history
diff --git
a/tests/runner/Runner.cs
b/tests/runner/Runner.cs
index 27181a48579015b82f65e0ca5d73f9139fda060f..79b7fdda2c99df6d7bbc04c86576820f344f1c93 100644
(file)
--- a/
tests/runner/Runner.cs
+++ b/
tests/runner/Runner.cs
@@
-171,7
+171,7
@@
namespace Runner
public int GetCurrentLine([CallerLineNumber] int line = 0) { return line; }
public void Send(string s) => processInfo.Send(s);
- public MICore.Results Expect(string s, int timeoutSec =
1
0) => processInfo.Expect(s, timeoutSec);
+ public MICore.Results Expect(string s, int timeoutSec =
2
0) => processInfo.Expect(s, timeoutSec);
public readonly string TestSource;
public readonly string TestBin;
public readonly ITestOutputHelper Output;