aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/tests.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/tests.el b/test/tests.el
index 9c9438d..f19d506 100644
--- a/test/tests.el
+++ b/test/tests.el
@@ -22,8 +22,10 @@
;;; Tests
-(setq stack-core-remaining-api-requests-message-threshold 50000)
-(setq debug-on-error t)
+(setq
+ stack-core-remaining-api-requests-message-threshold 50000
+ debug-on-error t
+ stack-core-silent-requests nil)
(require 'stack-core)
(require 'stack-question)