Skip to content

Commit 17c237c

Browse files
committed
rm timeouts
1 parent ee90834 commit 17c237c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tests/provider-smoke/openrouter-stream-text.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ describe.concurrent('OpenAI streamText per model', () => {
5353
`[streamText] OpenRouter ${model_id} failed: ${details}`
5454
);
5555
}
56-
}, 45000); // 45 second timeout per test
56+
}); // 45 second timeout per test
5757
}
5858
});

0 commit comments

Comments
 (0)