[libsoup/wip/ci-test] test: Increase timeout for asan which slows it down



commit f9bb5eacc58e63296a82e2f83932e144f5865f8c
Author: Patrick Griffis <pgriffis igalia com>
Date:   Thu Nov 26 11:56:20 2020 -0600

    test: Increase timeout for asan which slows it down

 tests/context-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/context-test.c b/tests/context-test.c
index 9ffe279f..d13874ec 100644
--- a/tests/context-test.c
+++ b/tests/context-test.c
@@ -109,7 +109,7 @@ idle_start_test1_thread (gpointer user_data)
        g_mutex_lock (&test1_mutex);
        thread = g_thread_new ("test1_thread", test1_thread, NULL);
 
-       time = g_get_monotonic_time () + 5000000;
+       time = g_get_monotonic_time () + 10000000;
        if (g_cond_wait_until (&test1_cond, &test1_mutex, time))
                g_thread_join (thread);
        else {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]