Skip to content

Commit

Permalink
FIX: deterministic testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
joshc-slac committed Aug 17, 2024
1 parent c18ee2a commit 519649d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beams/tests/test_sequencer_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def proc2work(x):
assert x.get_value(SequencerStateVariable.RUN_STATE) == RunStateType.TICKING

proc1 = Process(target=proc1work, args=(x,))
time.sleep(.2)
proc2 = Process(target=proc2work, args=(x,))
proc2.start()
time.sleep(0.4)
Expand Down

0 comments on commit 519649d

Please sign in to comment.