Skip to content

Commit

Permalink
modifying remoteScanTimeout, test failed for 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
patilpankaj212 committed Apr 8, 2021
1 parent aed6d09 commit a50f5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scan/scan_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
ScanTimeout int = 3

// RemoteScanTimeout is default scan command remote execution timeout
RemoteScanTimeout int = 20
RemoteScanTimeout int = 30
)

// RunScanAndAssertGoldenOutputRegex runs the scan command with supplied paramters and compares actual and golden output
Expand Down

0 comments on commit a50f5c7

Please sign in to comment.