Skip to content

Commit

Permalink
nix: Increase sel4test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Sep 12, 2023
1 parent 4fa7fb5 commit 9be8c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/nix/scope/sel4test/automate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pexpect
from pathlib import Path

TIMEOUT = 60 * 5
TIMEOUT = 60 * 10

def main():
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 9be8c29

Please sign in to comment.