Skip to content

Commit

Permalink
Update integration-machine-driver.js
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt authored Apr 9, 2024
1 parent 2c88a26 commit 281adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/integration-machine-driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $(document).ready(function() {
// Check if Driver is running
var DriverCheckinterval = setInterval(function() {
checkIfDriverIsInstalled();
}, 1000);
}, 1000 * 60 * 60);
getAvailableDriverVersion()

});
Expand Down

0 comments on commit 281adba

Please sign in to comment.