summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-26 01:30:31 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-03-26 01:32:30 +0100
commit14e40536289a40feb479ae7586466e4e41e05e46 (patch)
tree0b0c0559c6561c3d6d6edd82c12d939233eb0bf9 /crawl-ref/source/test
parentb8825e824e252eb87d1a606fb81e8d0c52b959ad (diff)
downloadcrawl-ref-14e40536289a40feb479ae7586466e4e41e05e46.tar.gz
crawl-ref-14e40536289a40feb479ae7586466e4e41e05e46.zip
Shorten the Abyss rest canned test.
No point in stretching it, it should be enough for benchmarks, valgrind or profiling, and you need an extended run to catch any randomness anyway.
Diffstat (limited to 'crawl-ref/source/test')
-rw-r--r--crawl-ref/source/test/stress/abyssw.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/test/stress/abyssw.rc b/crawl-ref/source/test/stress/abyssw.rc
index 88e26051ce..9fb1a60803 100644
--- a/crawl-ref/source/test/stress/abyssw.rc
+++ b/crawl-ref/source/test/stress/abyssw.rc
@@ -32,7 +32,7 @@ function ready()
crawl.sendkeys("&" .. string.char(12) .. "27" .. eol .. "N")
crawl.sendkeys("&B")
end
- if you.turns() < 2000 then
+ if you.turns() < 1000 then
crawl.sendkeys('5')
else
crawl.sendkeys("*qyes" .. eol .. esc .. esc)