summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@debian.org>2021-01-29 17:10:15 +0000
committerOndrej Holy <oholy@redhat.com>2021-02-01 07:14:45 +0000
commit51e6b3559102cbcf9eae44f247f7c6d8c253fc1f (patch)
tree00644cf6a4f65b9a58d1a4c518dcf5ad1c555fd6 /test
parenta58b494e73689eaa8c34971531c23a7771133b9b (diff)
downloadgvfs-51e6b3559102cbcf9eae44f247f7c6d8c253fc1f.tar.gz
Update gvfs-test timeout
The current value is not enough and results are sometime flaky on slow architectures
Diffstat (limited to 'test')
-rwxr-xr-xtest/gvfs-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gvfs-test b/test/gvfs-test
index 3038923f..8beb7266 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -1306,7 +1306,7 @@ pkill --signal HUP udevd || pkill --signal HUP systemd-udevd
time.sleep(0.1)
# wait a bit more to see whether we catch some stragglers
- time.sleep(0.2)
+ time.sleep(0.7)
out2 = self.monitor.stdout.read()
if out2:
out += out2