mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-19 18:47:41 +08:00
test: shorten hanging lsp fixture sleep
This commit is contained in:
@@ -6,7 +6,7 @@ import time
|
||||
|
||||
|
||||
def main() -> None:
|
||||
time.sleep(60)
|
||||
time.sleep(5)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user