longer test time for server app

This commit is contained in:
Umputun
2019-03-11 14:23:12 -05:00
parent 3c3097cf77
commit 0aba6a5653
+1 -1
View File
@@ -24,7 +24,7 @@ import (
)
func TestServerApp(t *testing.T) {
app, ctx := prepServerApp(t, 500*time.Millisecond, func(o ServerCommand) ServerCommand {
app, ctx := prepServerApp(t, 1500*time.Millisecond, func(o ServerCommand) ServerCommand {
o.Port = 18080
return o
})