We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90df41 commit 3b67920Copy full SHA for 3b67920
qcodes/tests/dataset/test_guids.py
@@ -29,7 +29,7 @@ def protected_config():
29
cfg.save_to_home()
30
31
32
-@settings(max_examples=50)
+@settings(max_examples=50, deadline=1000)
33
@given(loc=hst.integers(0, 255), stat=hst.integers(0, 65535),
34
smpl=hst.integers(0, 4294967295))
35
def test_generate_guid(loc, stat, smpl):
0 commit comments