mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Increase input raw timeout
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const testRawExpire = time.Millisecond * 100
|
||||
const testRawExpire = time.Millisecond * 200
|
||||
|
||||
func TestRAWInput(t *testing.T) {
|
||||
wg := new(sync.WaitGroup)
|
||||
|
||||
Reference in New Issue
Block a user