aboutsummaryrefslogtreecommitdiff
path: root/tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests.el')
-rw-r--r--tests.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests.el b/tests.el
index 379c903..c79cfc4 100644
--- a/tests.el
+++ b/tests.el
@@ -7,14 +7,12 @@
;;; Tests
-(setq stack-core-remaining-api-requests-message-threshold 1000000000)
+(setq stack-core-remaining-api-requests-message-threshold 50000)
(setq debug-on-error t)
(require 'stack-core)
(require 'stack-question)
-(setq stack-core-remaining-api-requests-message-threshold 50000)
-
(ert-deftest test-basic-request ()
"Test basic request functionality"
(should (stack-core-make-request "sites")))