mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-04 15:20:31 +01:00
Increase the number of references/threads to be tested under Windows by default to detect errors
This commit is contained in:
parent
95171f4f1a
commit
48538357c6
1 changed files with 3 additions and 2 deletions
|
|
@ -220,8 +220,9 @@ setup (Fixture *f,
|
|||
* Do fewer iterations: enough to demonstrate that it works,
|
||||
* rather than seriously trying to reproduce race conditions.
|
||||
*/
|
||||
f->n_threads = 10;
|
||||
f->n_refs = 10;
|
||||
f->n_threads = 100;
|
||||
f->n_refs = 1000;
|
||||
g_info ("reducing number of threads/refs to %d/%d", f->n_threads, f->n_refs);
|
||||
}
|
||||
#endif
|
||||
f->loop = _dbus_loop_new ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue