Skip to content

Commit 3aeb9f2

Browse files
committed
Increase timeout on unit tests (#129)
1 parent 39d03ca commit 3aeb9f2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ For releases after 1.3.0, the format is based on
66
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased]
10+
11+
### Fixed
12+
13+
- Increased timeout on unit tests. [#129]
14+
915
## [3.0.0] - 2025-08-03
1016

1117
### Misc
@@ -347,6 +353,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
347353
[1.2.1]: https://github.com/dharple/detox/compare/v1.2.0...v1.2.1
348354
[1.2.0]: https://github.com/dharple/detox/releases/tag/v1.2.0
349355

356+
[#129]: https://github.com/dharple/detox/issues/129
350357
[#128]: https://github.com/dharple/detox/issues/128
351358
[#126]: https://github.com/dharple/detox/issues/126
352359
[#112]: https://github.com/dharple/detox/issues/112

tests/unit/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
if WITH_CHECK
22

3+
# adjust the check timeout
4+
export CK_DEFAULT_TIMEOUT = 10
5+
36
AM_CFLAGS = \
47
@CHECK_CFLAGS@ \
58
-DYY_NO_INPUT \

0 commit comments

Comments
 (0)