We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c9be85 + 39ed0cd commit af46287Copy full SHA for af46287
pyobs_sbig/sbigudrv.pyx
@@ -13,7 +13,7 @@ from .sbigudrv cimport *
13
14
@contextmanager
15
def acquire_lock(lock):
16
- if not lock.acquire(timeout=1):
+ if not lock.acquire(timeout=5):
17
raise ValueError('Could not acquire exclusive lock on camera.')
18
yield
19
lock.release()
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyobs-sbig"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "pyobs module for SBIG cameras"
5
authors = ["Tim-Oliver Husser <[email protected]>"]
6
license = "MIT"
0 commit comments