From 0aba6a5653c413462a99abe31710a80652c590af Mon Sep 17 00:00:00 2001 From: Umputun Date: Mon, 11 Mar 2019 14:23:12 -0500 Subject: [PATCH] longer test time for server app --- backend/app/cmd/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/cmd/server_test.go b/backend/app/cmd/server_test.go index 9e0f2309..6b56319e 100644 --- a/backend/app/cmd/server_test.go +++ b/backend/app/cmd/server_test.go @@ -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 })