summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-07-14 13:06:15 -0400
committerCorey Hulen <corey@hulen.com>2016-07-14 09:06:15 -0800
commitc67729d7b6757758e7f7c9ebf70e85257e32dcd9 (patch)
tree84ed4bbd657fc8d1acdccf2e0a1ba9c3fc8b895c /api
parenta04a9844244d5af1331d6ae3e03a629cc1bb2a2a (diff)
downloadchat-c67729d7b6757758e7f7c9ebf70e85257e32dcd9.tar.gz
chat-c67729d7b6757758e7f7c9ebf70e85257e32dcd9.tar.bz2
chat-c67729d7b6757758e7f7c9ebf70e85257e32dcd9.zip
Increased wait time for TestUserTyping event test case (#3587)
Diffstat (limited to 'api')
-rw-r--r--api/user_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/user_test.go b/api/user_test.go
index 5fc0a99dc..fcb2c4f00 100644
--- a/api/user_test.go
+++ b/api/user_test.go
@@ -1822,7 +1822,7 @@ func TestUserTyping(t *testing.T) {
}
}()
- time.Sleep(300 * time.Millisecond)
+ time.Sleep(1000 * time.Millisecond)
stop <- true