Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ protected void stopWatcher() throws Exception {
}

throw new AssertionError("unexpected state, retrying with next run");
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);
}

public static class NoopEmailService extends EmailService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void stopWatcher() throws Exception {
default:
throw new AssertionError("unknown state[" + state + "]");
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public void stopWatcher() throws Exception {
} catch (IOException e) {
throw new AssertionError(e);
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);

adminClient().performRequest(new Request("DELETE", "/my_test_index"));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void stopWatcher() throws Exception {
default:
throw new AssertionError("unknown state[" + state + "]");
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ public void stopWatcher() throws Exception {
default:
throw new AssertionError("unknown state[" + state + "]");
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public void stopWatcher() throws Exception {
} catch (IOException e) {
throw new AssertionError(e);
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public void stopWatcher() throws Exception {
} catch (IOException e) {
throw new AssertionError(e);
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public void stopWatcher() throws Exception {
} catch (IOException e) {
throw new AssertionError(e);
}
}, 30, TimeUnit.SECONDS);
}, 60, TimeUnit.SECONDS);
}
}