Skip to content

Commit

Permalink
arm builds can take longer than 30 seconds to run add_build_info
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 27, 2024
1 parent 82cc541 commit 5972ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ def clean():

def add_build_info(*args):
cmd = [sys.executable, "./fs/bin/add_build_info.py"]+list(args)
r = subprocess.Popen(cmd).wait(30)
r = subprocess.Popen(cmd).wait(120)
assert r==0, "'%s' returned %s" % (" ".join(cmd), r)


Expand Down

0 comments on commit 5972ba5

Please sign in to comment.