mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 11:56:01 +01:00 
			
		
		
		
	chore(forge): add an arbitrary wait to see if it solves some CI errors
This commit is contained in:
		@@ -211,6 +211,9 @@ const config: ForgeConfig = {
 | 
			
		||||
                    process.exit(1);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // Wait for a while to ensure the file system operations are completed.
 | 
			
		||||
            await new Promise(resolve => setTimeout(resolve, 3000));
 | 
			
		||||
        },
 | 
			
		||||
        // Gather all the artifacts produced by the makers and copy them to a common upload directory.
 | 
			
		||||
        async postMake(_, makeResults) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user