GODT-1527: Change bug report description.

This commit is contained in:
Jakub
2022-03-31 10:54:14 +02:00
committed by Jakub Cuth
parent c32a106898
commit de586e5f12
5 changed files with 5 additions and 13 deletions

View File

@ -34,7 +34,7 @@ var (
wantOutput = []int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
testProcessSleep = 100 // ms
runParallelTimeOverhead = 150 // ms
windowsCIExtra = 250 // ms - estimated experimentally
windowsCIExtra = 500 // ms - estimated experimentally
)
func TestParallel(t *testing.T) {