Hi, I am running integration tests and my test has taken longer than 10min which I think is the timeout. With that it used a random passphrase secret to run the tests.
1. how does the integration test code generate the PULUMI_CONFIG_PASSPHRASE
2. how do I up the timeout from 10min on the testing.
@billowy-army-68599
b
billowy-army-68599
01/09/2023, 6:42 PM
you can set a custom timeout on the resource itself. I’m not super familiart with the integration testing code
g
gifted-fall-44000
01/09/2023, 6:43 PM
Pulumi up works fine (no timeouts) just timeouts exactly at 600 secs in the test and then orphans the stack. Who would best understand this scenario?