Wait less time, making the test faster.

geesefs-0-30-9
Aaron Jacobs 2015-05-05 12:34:07 +10:00
parent 130ddabc42
commit 306840e4ce
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ func (t *InterruptFSTest) InterruptedDuringRead() {
AddFailure("Command returned early with error: %v", err)
AbortTest()
case <-time.After(150 * time.Millisecond):
case <-time.After(10 * time.Millisecond):
}
// Send SIGINT.