Documentationπ· Pokuπ§© OptionstimeoutVersion: v4.x.xOn this pagetimeout Sets the maximum time in milliseconds that each test file is allowed to run. CLIβ npx poku --timeout=5000 ./test APIβ await poku('./test', { timeout: 5000,}); tipDefault timeout is undefined (Infinite).