We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66d4b78 + 6e6fd43 commit 36bb940Copy full SHA for 36bb940
doc/releaseNotes.md
@@ -80,3 +80,6 @@ This file describes the main feature changes for each InfoLogger released versio
80
81
## v1.3.21 - 08/02/2021
82
- 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
@@ -190,7 +190,7 @@ if {[catch {
190
}
191
192
# wait a bit
193
- after 1500 { set timeout 1}
+ after 2500 { set timeout 1}
194
vwait timeout
195
196
# query DB for message
0 commit comments