Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[Messenger] fix test
  • Loading branch information
nicolas-grekas committed Jun 30, 2022
commit a2fbf66d75430e6ceb4e8d1dc07ea001a604509c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getWaitTimeTests(): iterable

// Float delay
yield [1000, 1.5555, 5000, 0, 1000];
yield [1000, 1.5555, 5000, 1, 1555];
yield [1000, 1.5555, 5000, 2, 2419];
yield [1000, 1.5555, 5000, 1, 1556];
yield [1000, 1.5555, 5000, 2, 2420];
}
}