Skip to content

Deno.test() should support timeout option #11133

@bartlomieju

Description

@bartlomieju

Deno.TestDefinition should allows to specify a timeout for a test case:

Deno.test({
   name: "some net test",
   timeout: 5000 // in ms
   async fn() {
      //
   }
});

Metadata

Metadata

Assignees

Labels

featnew feature (which has been agreed to/accepted)testingrelated to deno test and coverage

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions