Skip to content

Commit

Permalink
debug: add a few more sleep()s to test_repro
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jul 2, 2018
1 parent adc34eb commit b952e59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_repro.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ class TestReproDepUnderDir(TestDvc):
def test(self):
self.dir_stage = self.dvc.add(self.DATA_DIR)

sleep()

self.file1 = 'file1'
self.file1_stage = self.file1 + '.dvc'
self.dvc.run(fname=self.file1_stage,
Expand Down Expand Up @@ -329,6 +331,8 @@ def test(self):

self.write(self.bucket, foo_key, self.FOO_CONTENTS)

sleep()

import_stage = self.dvc.imp(out_foo_path, 'import')
self.assertTrue(os.path.exists('import'))
self.assertTrue(filecmp.cmp('import', self.FOO))
Expand Down

0 comments on commit b952e59

Please sign in to comment.