Confirmed users
372
edits
Line 92: | Line 92: | ||
On different machines the Raptor tests will run at different speeds. The default page-timeout is defined in each Raptor test INI file. On some machines you may see a test failure with a 'raptor page-timeout' which means the page-load timed out, or the benchmark test iteration didn't complete, within the page-timeout limit. | On different machines the Raptor tests will run at different speeds. The default page-timeout is defined in each Raptor test INI file. On some machines you may see a test failure with a 'raptor page-timeout' which means the page-load timed out, or the benchmark test iteration didn't complete, within the page-timeout limit. | ||
You can override the default page-timeout by using the --page-timeout command line arg. In this example, each test page in tp6-1 will be given two minutes to load each | You can override the default page-timeout by using the --page-timeout command line arg. In this example, each test page in tp6-1 will be given two minutes to load during each page-cycle: | ||
./mach raptor-test --test raptor-tp6-1 --page-timeout 120000 | ./mach raptor-test --test raptor-tp6-1 --page-timeout 120000 |