Increased wait time for TestUserTyping event test case (#3587)

Этот коммит содержится в:
Joram Wilander
2016-07-14 13:06:15 -04:00
коммит произвёл Corey Hulen
родитель a04a984424
Коммит c67729d7b6

Просмотреть файл

@@ -1822,7 +1822,7 @@ func TestUserTyping(t *testing.T) {
}
}()
time.Sleep(300 * time.Millisecond)
time.Sleep(1000 * time.Millisecond)
stop <- true