mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-06 11:12:44 +02:00
Problem: some tests time out in CI under Valgrind
Solution: triple the timeouts
This commit is contained in:
@@ -564,7 +564,7 @@ int main (void)
|
||||
setup_testutil_security_curve ();
|
||||
|
||||
|
||||
setup_test_environment ();
|
||||
setup_test_environment (180);
|
||||
|
||||
UNITY_BEGIN ();
|
||||
RUN_TEST (test_curve_security_with_valid_credentials);
|
||||
|
Reference in New Issue
Block a user