Skip to content

Commit

Permalink
Fix test bad image (#5956)
Browse files Browse the repository at this point in the history
* Pin Docker emulation image version of go1.x in build image

* Test timeout
  • Loading branch information
mildaniel authored Sep 19, 2023
1 parent 33657ec commit 177fbc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _verify_invoke_built_function(self, function_logical_id, overrides, expected

LOG.info("Running invoke Command: {}".format(cmdlist))

stdout, stderr, _ = self.run_command(cmdlist)
stdout, stderr, _ = self.run_command(cmdlist, timeout=600)

process_stdout = stdout.decode("utf-8")
LOG.info("sam local invoke stdout: %s", stdout.decode("utf-8"))
Expand Down

0 comments on commit 177fbc0

Please sign in to comment.