michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
1.04k stars 273 forks source link

Question: Transaction confirmation timeout #380

Closed sdevkc closed 10 months ago

sdevkc commented 10 months ago

Is there any reason why the default timeout is 30 seconds in confirm_transaction? Although it is impossible to predict the timeout, but wouldn't it make more sense to use 60 - 90 seconds?

https://docs.solana.com/developing/transaction_confirmation#how-does-transaction-expiration-work

michaelhly commented 10 months ago

@sdevkc would you mind creating a PR to change it for us? 🙏