We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9a5ee commit 6c8ebe1Copy full SHA for 6c8ebe1
1 file changed
tests/unit/assert_duration_test.sh
@@ -2,7 +2,7 @@
2
# shellcheck disable=SC2329
3
4
function test_successful_assert_duration_within() {
5
- assert_empty "$(assert_duration "sleep 0" 1000)"
+ assert_empty "$(assert_duration "sleep 0" 5000)"
6
}
7
8
function test_successful_assert_duration_within_fast_command() {
@@ -18,7 +18,7 @@ function test_unsuccessful_assert_duration_exceeds_threshold() {
18
19
20
function test_successful_assert_duration_less_than() {
21
- assert_empty "$(assert_duration_less_than "sleep 0" 1000)"
+ assert_empty "$(assert_duration_less_than "sleep 0" 5000)"
22
23
24
function test_unsuccessful_assert_duration_less_than() {
0 commit comments