Skip to content

Commit 4500752

Browse files
committed
Update the test case
1 parent 9683f2d commit 4500752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/aws/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ sync_enclave_time_with_offset_once || true
7272

7373
start_time_sync_loop() {
7474
while true; do
75-
sync_enclave_time || true
7675
sleep "${TIME_SYNC_INTERVAL_SECONDS}"
76+
sync_enclave_time || true
7777
done
7878
}
7979

0 commit comments

Comments
 (0)