Skip to content

Commit 94a2e3f

Browse files
committed
Add more time for test that times out.
1 parent b4711d3 commit 94a2e3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/editor.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@ describe('Editor', function() {
774774
});
775775

776776
it('Marks token as invalid when the public key is wrong', async function() {
777+
this.timeout(20000);
778+
777779
await this.page.select('#algorithm-select', 'RS256');
778780

779781
await this.page.click('.js-input');

0 commit comments

Comments
 (0)