diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-03-15 11:13:28 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-03-15 11:13:28 -0400 |
commit | 10983bfe18461aa7e8bb2268e9087251bc4a997f (patch) | |
tree | 8f22d1396f3a6f7fa422553ffc90ae25831e53f7 /test | |
parent | fde074552ab2ed3c975261783f6448321c6af762 (diff) | |
download | mongo-10983bfe18461aa7e8bb2268e9087251bc4a997f.tar.gz |
Don't check the stats so often, it's for humans, and 1/10th of a second
is more than we need.
Diffstat (limited to 'test')
-rw-r--r-- | test/format/wts_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/format/wts_ops.c b/test/format/wts_ops.c index 59508523a6d..0a2c8e343da 100644 --- a/test/format/wts_ops.c +++ b/test/format/wts_ops.c @@ -80,7 +80,7 @@ wts_ops(void) track("read/write ops", 0ULL, &total); if (!running) break; - usleep(100000); + usleep(750000); /* 3/4 of a second */ } } |