Skip to content

Commit

Permalink
Increase license scan file timeout (#43002)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Aug 26, 2024
1 parent ef9771b commit 04b99a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void ScanForLicenses()
Assert.NotNull(Config.LicenseScanPath);

// Indicates how long until a timeout occurs for scanning a given file
const int FileScanTimeoutSeconds = 240;
const int FileScanTimeoutSeconds = 300;

string scancodeResultsPath = Path.Combine(Config.LogsDirectory, "scancode-results.json");

Expand Down

0 comments on commit 04b99a3

Please sign in to comment.