aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fish_tests.cpp')
-rw-r--r--fish_tests.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/fish_tests.cpp b/fish_tests.cpp
index 7baff563..c02ca8ab 100644
--- a/fish_tests.cpp
+++ b/fish_tests.cpp
@@ -1668,13 +1668,13 @@ void history_tests_t::test_history_formats(void)
void history_tests_t::test_history_speed(void)
{
- say(L"Testing history speed");
+ say(L"Testing history speed (pid is %d)", getpid());
history_t *hist = new history_t(L"speed_test");
wcstring item = L"History Speed Test - X";
/* Test for 10 seconds */
double start = timef();
- double end = start + 4;
+ double end = start + 10;
double stop = 0;
size_t count = 0;
for (;;)
@@ -1715,7 +1715,6 @@ int main(int argc, char **argv)
reader_init();
env_init();
-
test_format();
test_escape();
test_convert();