File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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
77adheres 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
Original file line number Diff line number Diff line change 11if WITH_CHECK
22
3+ # adjust the check timeout
4+ export CK_DEFAULT_TIMEOUT = 10
5+
36AM_CFLAGS = \
47 @CHECK_CFLAGS@ \
58 -DYY_NO_INPUT \
You can’t perform that action at this time.
0 commit comments