We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27ac1f commit 6a56952Copy full SHA for 6a56952
sentry_sdk/utils.py
@@ -1424,11 +1424,7 @@ def run(self) -> None:
1424
integer_configured_timeout = integer_configured_timeout + 1
1425
1426
# Raising Exception after timeout duration is reached
1427
- raise ServerlessTimeoutWarning(
1428
- "WARNING : Function is expected to get timed out. Configured timeout duration = {} seconds.".format(
1429
- integer_configured_timeout
1430
- )
1431
+ raise ServerlessTimeoutWarning("WARNING: Function is about to time out.")
1432
1433
1434
def to_base64(original: str) -> Optional[str]:
0 commit comments