Updated Branches: refs/heads/master 33013f0d2 -> e68f83535
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/e68f8353 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e68f8353 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e68f8353 Branch: refs/heads/master Commit: e68f835354f90238b4e8d7c49da4b16f061dc764 Parents: 33013f0 Author: Jan Lehnardt <[email protected]> Authored: Mon Mar 11 14:38:14 2013 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Mon Mar 11 14:38:14 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/e68f8353/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.
