Problem: some tests time out in CI under Valgrind

Solution: triple the timeouts
This commit is contained in:
Luca Boccassi
2021-09-21 19:45:56 +01:00
parent 0f706bdd97
commit e3d37a82e1
4 changed files with 4 additions and 4 deletions

View File

@@ -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);