Skip to content

Commit

Permalink
integration-test: Wait longer after the scsi debug CD format
Browse files Browse the repository at this point in the history
Try give udisks more time to recognize new filesystem on the CD
after the scsi debug device format change.
  • Loading branch information
vojtechtrefny committed Feb 8, 2018
1 parent 7305f84 commit ce5ed70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/integration-test
Expand Up @@ -1032,6 +1032,7 @@ class FS(UDisksTestCase):
subprocess.call(['udevadm', 'trigger', '--action=change',
'--sysname-match=' + os.path.basename(self.cd_device)])
self.sync()
time.sleep(5)
self.sync()
cd_fs = self.udisks_filesystem(cd=True)

Expand Down

0 comments on commit ce5ed70

Please sign in to comment.