Skip to content

Commit

Permalink
increased the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Jan 28, 2025
1 parent 3ad283f commit 455629e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions benchmarks-evalite/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ ${cleanedPropsDoc}
- Here is a list of unsupported components:
1- powerSource
2- powerSourceSimple
3- pinHeader
1- powersource
2- powersourcesimple
3- pinheader
- Here are examples of how you can take advantage of those props:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1045,9 +1045,9 @@ export const viaProps = commonLayoutProps.extend({

- Here is a list of unsupported components:

1- powerSource
2- powerSourceSimple
3- pinHeader
1- powersource
2- powersourcesimple
3- pinheader

- Here are examples of how you can take advantage of those props:

Expand Down
8 changes: 8 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from "vitest/config"

export default defineConfig({
test: {
testTimeout: 40000,
globals: true,
},
})

0 comments on commit 455629e

Please sign in to comment.