hlarcher HF Staff commited on
Commit
bbef9b7
·
unverified ·
1 Parent(s): 75f825b

fix: increase maximum test duration from 5 to 20 seconds

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +1 -1
src/routes/+page.svelte CHANGED
@@ -6,7 +6,7 @@
6
 
7
  Chart.register(...registerables);
8
 
9
- const MaxTestDurationSec = 5;
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;