Skip to content

Commit

Permalink
Merge branch 'feat/reintegrate-workflow' into chore/set-state-datacla…
Browse files Browse the repository at this point in the history
…ss-as-default

# Conflicts:
#	tests/test_state.py
  • Loading branch information
hollandjg committed Nov 30, 2023
2 parents aac4101 + 04c53e5 commit e756b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@given(standard_state_strategy(), serializer_dump_load_strategy)
@settings(suppress_health_check={HealthCheck.too_slow}, deadline=500)
@settings(suppress_health_check={HealthCheck.too_slow}, deadline=1000)
def test_state_serialize_deserialize(o: StandardState, dump_load):
o_loaded = dump_load(o)
assert o.variables == o_loaded.variables
Expand Down

0 comments on commit e756b26

Please sign in to comment.