Skip to content

Commit f5b7f8f

Browse files
committed
Increase the delays at history tests
1 parent fbdc0ab commit f5b7f8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubnub-hyper/tests/history.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn get_history() {
6060
}
6161

6262
// Give the network some time to react.
63-
sleep(1000).await;
63+
sleep(5000).await;
6464

6565
{
6666
let channels = pubnub
@@ -142,7 +142,7 @@ fn delete_history() {
142142
}
143143

144144
// Give the network some time to react.
145-
sleep(1000).await;
145+
sleep(5000).await;
146146

147147
{
148148
let channels = pubnub
@@ -174,7 +174,7 @@ fn delete_history() {
174174
}
175175

176176
// Give the network some time to react.
177-
sleep(1000).await;
177+
sleep(5000).await;
178178

179179
{
180180
let channels = pubnub

0 commit comments

Comments
 (0)