We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1588d commit abda241Copy full SHA for abda241
1 file changed
test/volumes/resize-volumes.bats
@@ -23,6 +23,8 @@ teardown() {
23
@test "it should fail to resize a volume smaller" {
24
createVolume
25
volume_id=$(linode-cli volumes list --text --no-headers --format="id")
26
+ # we can't resize a busy volume; wait for a few seconds for the creation to finish
27
+ sleep 5
28
run linode-cli volumes resize $volume_id \
29
--size=5 \
30
--text \
0 commit comments