summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/test/test.c b/test/test.c
index 2cfca80cf..3b599134e 100644
--- a/test/test.c
+++ b/test/test.c
@@ -396,14 +396,7 @@ void EventLoop(hb_handle_t *h, hb_dict_t *preset_dict)
}
}
#endif
- if (stdout_tty == 0)
- {
- hb_snooze(2000);
- }
- else
- {
- hb_snooze(200);
- }
+ hb_snooze(200);
HandleEvents( h, preset_dict );
}