Skip to content

Commit 36bb940

Browse files
authored
Merge pull request #62 from sy-c/master
v1.3.22
2 parents 66d4b78 + 6e6fd43 commit 36bb940

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/releaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@ This file describes the main feature changes for each InfoLogger released versio
8080

8181
## v1.3.21 - 08/02/2021
8282
- infoLogger API: added optional string parameter to the constructor, for custom configuration.
83+
84+
## v1.3.22 - 15/02/2021
85+
- increased test timeout for slow machines

src/infoLoggerTester.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ if {[catch {
190190
}
191191

192192
# wait a bit
193-
after 1500 { set timeout 1}
193+
after 2500 { set timeout 1}
194194
vwait timeout
195195

196196
# query DB for message

0 commit comments

Comments
 (0)