Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlove committed Oct 20, 2023
1 parent 29c9110 commit 3ea3423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/gui-v2/src/components/ListView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe("ListView", () => {
for ( const column of INITIAL_COLUMNS.filter(e => e !== REMOVED_COLUMN) ) {
expect(screen.getByRole('columnheader', { name: new RegExp(column, 'i') }));
}
}, 60000);
}, 90000);
});

describe('groups', () => {
Expand Down

0 comments on commit 3ea3423

Please sign in to comment.