Skip to content

Commit 5bd0d76

Browse files
author
shleewhite
committed
increase time limit?
1 parent 2066543 commit 5bd0d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

showcase/tests/integration/modifiers/hds-code-editor-test.gts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module('Integration | Modifier | hds-code-editor', function (hooks) {
128128
</template>,
129129
);
130130

131-
await waitFor('.cm-editor', { timeout: 5000 });
131+
await waitFor('.cm-editor', { timeout: 10000 });
132132

133133
context.editorView?.dispatch({
134134
changes: {
@@ -178,7 +178,7 @@ module('Integration | Modifier | hds-code-editor', function (hooks) {
178178
);
179179

180180
// we know linting is complete when the error marker is rendered
181-
await waitFor('.cm-lint-marker-error', { timeout: 5000 });
181+
await waitFor('.cm-lint-marker-error', { timeout: 10000 });
182182

183183
const [diagnostics, value, editor] = lintSpy.firstCall.args;
184184

0 commit comments

Comments
 (0)