summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/amazons3.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/amazons3.php')
-rw-r--r--apps/files_external/tests/amazons3.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_external/tests/amazons3.php b/apps/files_external/tests/amazons3.php
index 8dcd386341e..15bf9b14772 100644
--- a/apps/files_external/tests/amazons3.php
+++ b/apps/files_external/tests/amazons3.php
@@ -59,9 +59,7 @@ class AmazonS3 extends Storage {
'Bucket' => $this->config['amazons3']['bucket']
));
- $connection->waitUntilBucketNotExists(array(
- 'Bucket' => $this->config['amazons3']['bucket']
- ));
+ sleep(5);
}
}
}