Skip to content

Commit df8e74e

Browse files
(temp) Test if this works
1 parent a27871a commit df8e74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/perfdata-perfdatawriterconnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ BOOST_AUTO_TEST_CASE(stuck_sending)
186186
// Done here on the "server-side" since this gives us a synchronization point where
187187
// the connection is guaranteed to be established and stuck when we start the disconnect
188188
// timeout.
189-
GetConnection().StartDisconnectTimeout(50ms);
189+
GetConnection().StartDisconnectTimeout(250ms);
190190
}};
191191

192192
// Allocate a large string that will fill the buffers on both sides of the connection, in

0 commit comments

Comments
 (0)