Skip to content

Commit

Permalink
change path and add 60s timeout
Browse files Browse the repository at this point in the history
So I don't go over free-tier limits
  • Loading branch information
sgbaird committed Apr 8, 2024
1 parent e32eb41 commit 851ebf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
def greet_user():
logger = get_run_logger()

user = pause_flow_run(wait_for_input=str)
user = pause_flow_run(wait_for_input=str, timeout=60)

logger.info(f"Hello, {user}!")

0 comments on commit 851ebf1

Please sign in to comment.