Skip to content

Commit

Permalink
LIU-396: Try and reduce runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
myxie committed Oct 18, 2024
1 parent fb190c0 commit fd2b5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/test/deploy/test_graph_to_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_input_in_remote_nm(self):
self.dim.deploySession("TestSession", completedDrops=roots)

from dlg.ddap_protocol import DROPStates
time.sleep(45)
time.sleep(30)
for dropstatus in self.dim.getGraphStatus("TestSession").values():
self.assertEqual(DROPStates.COMPLETED, dropstatus['status'])

Expand Down

0 comments on commit fd2b5b1

Please sign in to comment.