Skip to content

Commit

Permalink
Increase model load test time (avoid timeouts)
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Nov 26, 2024
1 parent 84e5731 commit 03e722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function init() {
registerBackend("test", onnxruntimeBackend, Number.POSITIVE_INFINITY);
}

export const MAX_MODEL_LOAD_TIME = 10_000; // 10 seconds
export const MAX_MODEL_LOAD_TIME = 15_000; // 15 seconds
export const MAX_TEST_EXECUTION_TIME = 30_000; // 30 seconds
export const MAX_MODEL_DISPOSE_TIME = 1_000; // 1 second

Expand Down

0 comments on commit 03e722f

Please sign in to comment.