Commit 5e49161a7f220a4b662bb1578b0fd1204169f537

Authored by Alain Klotz
1 parent 1b236258
Exists in master

Windows

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/wrapper_flipro/test_wrapper_flipro.py
... ... @@ -61,6 +61,7 @@ tests.append("one_shot")
61 61 # === Code of tests
62 62 # ====================================================
63 63 # ====================================================
  64 +import time
64 65  
65 66 for test in tests:
66 67  
... ... @@ -91,7 +92,7 @@ for test in tests:
91 92 for key, val in res.items():
92 93 print(f"{key} = {val}")
93 94 print("== start_exp")
94   - wrapper_flipro.exptime(5)
  95 + wrapper_flipro.exptime(15)
95 96 wrapper_flipro.bin((1,1))
96 97 wrapper_flipro.start_exp()
97 98 import time
... ...