Skip to content

Commit

Permalink
test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 19, 2024
1 parent 8b05693 commit ef8cf07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/simulation_events_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@

cs.submit_standard_job(job)

simulation.sleep(100)
simulation.sleep(10000)

events = simulation.get_events()
print("Events = " + str(events))
print(events)

assert len(events) == 1, "There should be a single simulation event (instead there are " + str(len(events)) + ")"
assert len(events) == 1, "There should be a single simulation event"

assert events[0]["event_type"] == "standard_job_completion", "Event type is unexpected"

Expand Down

0 comments on commit ef8cf07

Please sign in to comment.