File: 1001_extend-async-execution-load-test-for-slow-archs.patch

package info (click to toggle)
dbus-cpp 5.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,220 kB
  • sloc: cpp: 9,437; ansic: 2,012; xml: 1,156; makefile: 14; sh: 2
file content (11 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/tests/async_execution_load_test.cpp
+++ b/tests/async_execution_load_test.cpp
@@ -131,7 +131,7 @@
     std::thread t4{[dbus, ec]() {invoke_list_names_n_times_and_update_event_collector(dbus, 100, ec);}};
     std::thread t5{[dbus, ec]() {invoke_list_names_n_times_and_update_event_collector(dbus, 100, ec);}};
 
-    EXPECT_TRUE(ec->wait_for(std::chrono::minutes{5}));
+    EXPECT_TRUE(ec->wait_for(std::chrono::minutes{10}));
 
     bus->stop();