summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pthread_stop_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_stop_world.c b/pthread_stop_world.c
index 0c0c7b53..16216ecb 100644
--- a/pthread_stop_world.c
+++ b/pthread_stop_world.c
@@ -568,7 +568,7 @@ STATIC void GC_restart_handler(int sig)
# endif
# if defined(SIMULATE_LOST_SIGNALS) && !defined(GC_ENABLE_SUSPEND_THREAD)
# ifndef LOST_SIGNALS_RATIO
-# define LOST_SIGNALS_RATIO 5
+# define LOST_SIGNALS_RATIO 25
# endif
static int signal_cnt; /* race is OK, it is for test purpose only */