mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
Fix flaky tests
This commit is contained in:
@ -32,7 +32,7 @@ var (
|
||||
testInput = []interface{}{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
|
||||
wantOutput = []int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
|
||||
testProcessSleep = 100 // ms
|
||||
runParallelTimeOverhead = 100 // ms
|
||||
runParallelTimeOverhead = 150 // ms
|
||||
)
|
||||
|
||||
func TestParallel(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user