Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 3, 2023
1 parent 7e14c5f commit f35b5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions servicetests/test_cases/test_shadow_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os
import sys
import uuid
import time

import boto3

Expand Down Expand Up @@ -75,6 +76,7 @@ def main():
print(f"ERROR: Failed to execute Jobs test: {e}")
test_result = -1

time.sleep(5)
# Test reported success, verify that shadow was indeed updated.
if test_result == 0:
print("Verifying that shadow was updated")
Expand Down

0 comments on commit f35b5c4

Please sign in to comment.