Skip to content

Commit

Permalink
Increased timeout for a flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhat Sharma <ptsharma@amazon.com>
  • Loading branch information
Prabhat Sharma committed Apr 29, 2024
1 parent 5734c7f commit 47ba50b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe("<ManagedIndices /> spec", () => {
fireEvent.click(getAllByTestId("pagination-button-next")[0]);

// should load managed indices 20-39 after clicking next
await waitFor(() => getByText("index_39"));
await waitFor(() => getByText("index_39"), { timeout: 1500 });
expect(queryByText("index_0")).toBeNull();

// @ts-ignore
Expand Down

0 comments on commit 47ba50b

Please sign in to comment.