Merge pull request #7589 from pierresouchay/fix_unstable_test_TestForwardSignals
Fixed unstable test TestForwardSignals()
This commit is contained in:
commit
08e113ab20
|
@ -202,7 +202,7 @@ func TestHelperProcess(t *testing.T) {
|
|||
limitProcessLifetime(2 * time.Minute)
|
||||
|
||||
ch := make(chan os.Signal, 10)
|
||||
signal.Notify(ch)
|
||||
signal.Notify(ch, forwardSignals...)
|
||||
defer signal.Stop(ch)
|
||||
|
||||
fmt.Fprintf(os.Stdout, "ready\n")
|
||||
|
|
Loading…
Reference in New Issue