Tests: Increase timeout waiting for snapshot to complete in batchingShardUpdateTaskTest

When this test picks a large number of shards, the snapshot doesn't always manage to complete in 10 seconds.
This commit is contained in:
Igor Motov 2015-05-28 08:54:38 -10:00
parent 5a73a16355
commit 3db9caf7a1
1 changed files with 1 additions and 1 deletions

View File

@ -1907,7 +1907,7 @@ public class SharedClusterSnapshotRestoreTests extends AbstractSnapshotTests {
}
assertThat(count, equalTo(expectedCount));
}
});
}, 1, TimeUnit.MINUTES);
}
/**