Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
strange jenkins breakage...
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztroll committed May 26, 2011
1 parent 9286252 commit 1af382d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/src/python/workspacecontrol/main/cache_tests.py
Expand Up @@ -134,7 +134,7 @@ def test_touch_expulsion(self):
for i in range(0, len(work_sums) - 1):
sum = work_sums[i]
rc = cache.add(self._work_file, sum)
time.sleep(0.1)
time.sleep(0.5)
self.assertEqual(rc, True)
(osf, newfile) = tempfile.mkstemp()
os.close(osf)
Expand All @@ -157,7 +157,7 @@ def test_lookupmiss(self):
cache = WSCCacheObj(self._dir, self.lockfilepath, max_size=max)
for i in range(0, len(work_sums)):
sum = work_sums[i]
time.sleep(0.1)
time.sleep(0.5)
rc = cache.add(self._work_file, sum)
self.assertEqual(rc, True)
(osf, newfile) = tempfile.mkstemp()
Expand Down

0 comments on commit 1af382d

Please sign in to comment.