You've already forked linux-packaging-mono
Imported Upstream version 4.4.0.142
Former-commit-id: 08ca4d6ded648b2ac2eb817c12d5723b52edbb16
This commit is contained in:
@@ -424,6 +424,10 @@ namespace MonoTests.Mono.Unix {
|
||||
foreach (Thread t in threads)
|
||||
t.Join ();
|
||||
AssertCountSet (usignals);
|
||||
// signal delivery might take some time, wait a bit before closing
|
||||
// the UnixSignal so we can ignore it and not terminate the process
|
||||
// when a SIGHUP/SIGTERM arrives afterwards
|
||||
Thread.Sleep (1000);
|
||||
CloseSignals (usignals);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user