Skip to content

Commit

Permalink
Merge pull request #5 from LGE-ARC-AdvancedAI/release
Browse files Browse the repository at this point in the history
merge release to master
  • Loading branch information
LGE-ARC-AdvancedAI authored Jul 27, 2020
2 parents 17cf0e0 + 1ab76f1 commit c4ea4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EE/Resource/test_GPUResourceManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def callback(*args):
self.val = -1

self.rm.run(self.job, self.rm.get_available("test", "gpu"), {}, callback)
sleep(0.5) # wait till subprocess finished - handled by rm.finish()
sleep(1.5) # wait till subprocess finished - handled by rm.finish()

self.assertEqual(self.val, -1)

Expand Down

0 comments on commit c4ea4e2

Please sign in to comment.