Skip to content

Commit 6cf92fc

Browse files
committed
Start client generation 3 hours after set up clients has ran
1 parent 0992417 commit 6cf92fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/client-skelleton-setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
];
174174

175175
foreach ($clients as $hour => $client) {
176-
$client['hour'] = $hour + 1;
176+
$client['hour'] = $hour + 3;
177177
$client['specPath'] = SPECS_RELATIVE . $client['path'] . '/current.spec.yaml';
178178
$subSplitConfig[$client['fullName']] = [
179179
'name' => $client['packageName'],

0 commit comments

Comments
 (0)