Skip to content

Commit 35e20d1

Browse files
committed
Remove unnecessary sleep from the random_string function
1 parent b5cad3f commit 35e20d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration_tests/cli/common.sh

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ random_string() {
4545
else
4646
eval $__resultvar="'$(date +%s.%N | sha1sum | fold -w ${length} | head -n 1)'"
4747
fi
48-
49-
sleep 1
5048
}
5149

5250
DEF_OUTPUT_MODE=json

0 commit comments

Comments
 (0)