Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix: increase maximum test duration from 5 to 20 seconds
Browse files- src/routes/+page.svelte +1 -1
src/routes/+page.svelte
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
|
7 |
Chart.register(...registerables);
|
8 |
|
9 |
-
const MaxTestDurationSec =
|
10 |
|
11 |
let currentBandwidth = $state(0);
|
12 |
let accumulatedBandwidth = 0;
|
|
|
6 |
|
7 |
Chart.register(...registerables);
|
8 |
|
9 |
+
const MaxTestDurationSec = 20;
|
10 |
|
11 |
let currentBandwidth = $state(0);
|
12 |
let accumulatedBandwidth = 0;
|