Increase input raw timeout

This commit is contained in:
Leonid Bugaev
2015-08-22 11:37:01 +03:00
parent 02bf7a86de
commit d5a1eb0b9d
+1 -1
View File
@@ -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)