Skip to content

Commit 3b67920

Browse files
committed
This test fails locally for me
When running from a installed version in git bash
1 parent a90df41 commit 3b67920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcodes/tests/dataset/test_guids.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def protected_config():
2929
cfg.save_to_home()
3030

3131

32-
@settings(max_examples=50)
32+
@settings(max_examples=50, deadline=1000)
3333
@given(loc=hst.integers(0, 255), stat=hst.integers(0, 65535),
3434
smpl=hst.integers(0, 4294967295))
3535
def test_generate_guid(loc, stat, smpl):

0 commit comments

Comments
 (0)