Commit d0f7abf1 authored by Nick Craver's avatar Nick Craver

Move ExecCompletes_Issue943 to long running

This is 2 of the 6 minutes of test CPU time locally....don't need to hang on this so much.
parent 5a36dc7a
...@@ -1206,7 +1206,7 @@ public async Task WatchAbort_HashLengthEqual() ...@@ -1206,7 +1206,7 @@ public async Task WatchAbort_HashLengthEqual()
} }
#endif #endif
[Fact] [FactLongRunning]
public async Task ExecCompletes_Issue943() public async Task ExecCompletes_Issue943()
{ {
int hashHit = 0, hashMiss = 0, expireHit = 0, expireMiss = 0; int hashHit = 0, hashMiss = 0, expireHit = 0, expireMiss = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment