Skip to content

Commit af46287

Browse files
authored
v1.0.2
version 1.0.2
2 parents 2c9be85 + 39ed0cd commit af46287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyobs_sbig/sbigudrv.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from .sbigudrv cimport *
1313

1414
@contextmanager
1515
def acquire_lock(lock):
16-
if not lock.acquire(timeout=1):
16+
if not lock.acquire(timeout=5):
1717
raise ValueError('Could not acquire exclusive lock on camera.')
1818
yield
1919
lock.release()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-sbig"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "pyobs module for SBIG cameras"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)