Skip to content

Timeout value should not be hard coded #1005

@markatosi

Description

@markatosi
  • Version: 4.0
  • Target: 10.0

Steps to Reproduce:

If I'm signing an app for distribution this process can take longer than the hard-coded timeout to finish

In ElectronNET.LateImport.targets(525,5)

<Exec Command="$(_NpxCmd)" WorkingDirectory="$(ElectronPublishDirFullPath)" Timeout="900000" StandardOutputImportance="High" StandardErrorImportance="High" ContinueOnError="false" Condition="@(CopiedFiles->Count()) > 0">
      <Output TaskParameter="ExitCode" PropertyName="ExecExitCode"/>
    </Exec>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions