Updated Branches: refs/heads/1.3.x f1472dfc1 -> 71b6f8742
Increase test timeout. Take spinning disks into account. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/71b6f874 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/71b6f874 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/71b6f874 Branch: refs/heads/1.3.x Commit: 71b6f8742b0487790e0c51b35a92f8927f75c619 Parents: f1472df Author: Jan Lehnardt <[email protected]> Authored: Mon Mar 11 14:38:14 2013 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Wed Mar 27 23:34:24 2013 +0100 ---------------------------------------------------------------------- test/etap/250-upgrade-legacy-view-files.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/71b6f874/test/etap/250-upgrade-legacy-view-files.t ---------------------------------------------------------------------- diff --git a/test/etap/250-upgrade-legacy-view-files.t b/test/etap/250-upgrade-legacy-view-files.t index 49a65a5..e720b1c 100644 --- a/test/etap/250-upgrade-legacy-view-files.t +++ b/test/etap/250-upgrade-legacy-view-files.t @@ -162,7 +162,7 @@ test_upgrade() -> % TBD no idea how to actually test this. % ensure new header. - timer:sleep(1000), + timer:sleep(2000), ensure_header(NewViewFile, fun(#mrheader{}) -> true; (_) -> false end, "new"), ok.
