Skip to content

Commit cd32b8c

Browse files
authored
Merge pull request #480 from docker/reduce-e2e-test-sleep-time
Reduce time spent sleeping in the e2e tests
2 parents cbec667 + bac8a44 commit cd32b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/initialize_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (ts *TestStream) Read(b []byte) (int, error) {
4646
} else if err != io.EOF {
4747
return r, err
4848
}
49-
time.Sleep(1 * time.Second)
49+
time.Sleep(1 * time.Millisecond)
5050
}
5151
}
5252

0 commit comments

Comments
 (0)